add LeRobot library to the list#2206
Open
NikodemBartnik wants to merge 1 commit into
Open
Conversation
merveenoyan
approved these changes
Jun 2, 2026
julien-c
reviewed
Jun 2, 2026
julien-c
left a comment
Member
There was a problem hiding this comment.
why not, but note that many datasets are not currently tagged with LeRobot tag: https://huggingface.co/datasets/nvidia/PhysicalAI-Robotics-GR00T-X-Embodiment-Sim for instance
| repoName: "lerobot", | ||
| repoUrl: "https://github.com/huggingface/lerobot", | ||
| docsUrl: "https://huggingface.co/docs/lerobot/index", | ||
| }, |
Member
There was a problem hiding this comment.
also need to add a snippet in dataset-server IIRC
Member
Author
There was a problem hiding this comment.
It was added in: huggingface/dataset-viewer#3356
Member
Author
I will look into adding the tags to the datasets with some python automations on the hub and the hub library. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LeRobot was added to the list so that it's displayed in the datasets libraries section.
Note
Low Risk
Single registry entry for UI/metadata; no auth, data, or runtime behavior changes.
Overview
Adds LeRobot as a supported dataset library in
DATASET_LIBRARIES_UI_ELEMENTS(packages/tasks/src/dataset-libraries.ts), with display label, GitHub repo link, and docs URL so it appears in the Hub datasets libraries section like the other integrations.DatasetLibraryKeypicks up the newlerobotkey automatically viakeyof typeof.Reviewed by Cursor Bugbot for commit ac5ecea. Bugbot is set up for automated code reviews on this repo. Configure here.